home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSlot, gCaller
- if the optionDown = 1 then
- set gSlot to the clickOn - 1
- BrowseMe()
- else
- set gSlot to the clickOn - 1
- set lApp to field (gSlot + 140)
- if lApp = "@" then
- BrowseMe()
- else
- writeOnlineFile()
- if the machineType = 256 then
- set gCaller to the pathName & "online\Between.exe"
- else
- set gCaller to the pathName & "online:Between"
- put gCaller
- end if
- repeat with x = 2 to 7
- puppetSprite(x, 0)
- end repeat
- repeat with y = 10 to 16
- puppetSprite(y, 0)
- end repeat
- go("EXIT-B")
- end if
- end if
- end
-